home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games: 500 MB Amiga Software
/
500 MB Amiga Software - Euber 130 - Amiga Games Disc & Mag.iso
/
rexx
/
loaddir.ro
< prev
next >
Wrap
Text File
|
1995-05-13
|
451b
|
30 lines
/*
$VER: LoadDir.RO 0.2
Author:
Oliver Rummeyer (oliver.rummeyer@student.uni-ulm.de)
Function:
Loads the specified directory in the active listview.
Requires:
RO 0.90 or newer
Example:
Rx >NIL: REXX:LoadDir.RO System:Devs/DOSDrivers RO.1
*/
PARSE ARG Directory PortName
IF PortName="" THEN
PortName='RO.1'
ELSE
PortName=STRIP(PortName)
ADDRESS VALUE PortName
OPTIONS RESULTS
'Load Active "'||Directory||'"'